SixBit API Schema
PictureURLType Simple Type
Description
The web address (URL) for the picture.
Namespace (none)
Type
Restriction of xs:string
Diagram
PictureURLType Simple Type
Overview
PictureURLType Restriction of xs:string
The web address (URL) for the picture.
Facets
MaxLength255
MinLength0
Source
<xs:simpleType name="PictureURLType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The web address (URL) for the picture.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="255" />
    <xs:minLength value="0" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.